--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commits v4.7.0-rc.6 (b465eab5)
5760566 Ivan 2026-06-19 18:00:15 - 2 months ago
feat(tests): add comprehensive tests for canceling outbound messages and downloading file attachments, ensuring proper functionality in various scenarios
6956f2e Ivan 2026-06-19 17:49:32 - 2 months ago
feat(tests): improve tests for outbound message cancellation and download functionality, including new test cases for canceling in-flight messages and handling downloads in the absence of an Android bridge
b8b40bc Ivan 2026-06-19 17:47:56 - 2 months ago
feat(messages): add cancel send functionality for outbound messages, including UI updates and localization support
280be74 Ivan 2026-06-19 17:45:10 - 2 months ago
feat(locales): add "save image to device" translation in multiple languages
661278a Ivan 2026-06-19 17:24:25 - 2 months ago
feat(download): fix webview download functionality by implementing a download listener, improving filename parsing, and adding cookie support for HTTP requests
955263f Ivan 2026-06-19 17:24:14 - 2 months ago
feat(download): update file download functionality by implementing DownloadUtils for API responses, improving filename parsing, and updating various components to utilize the new utility methods
0999943 Ivan 2026-06-19 17:24:01 - 2 months ago
feat(page_node): improve file handling by ensuring bytearray support and registering existing files during announcements and listings
4ae020a Ivan 2026-06-19 08:39:42 - 2 months ago
feat(security): implement app-wide security settings, including IP allowlist and CSRF protection, along with message blocklist functionality
7efe60e Ivan 2026-06-17 19:40:34 - 2 months ago
feat(conversation): improve handling of outbound pending messages by adding deduplication logic and reconciliation methods, along with corresponding tests
005a485 Ivan 2026-06-17 19:40:22 - 2 months ago
chore(ci): update asset handling in CI scripts to exclude library.zip and *.so.yml files from processing and pruning
bf79c4d Ivan 2026-06-17 07:14:36 - 2 months ago
chore(dependencies): update minimatch and brace-expansion versions in pnpm lock and workspace files to ensure compatibility
db5a66c Ivan 2026-06-17 04:35:34 - 2 months ago
chore(package): update mac target configuration in package.json to use an array format, add glob version 7.2.3 to dependencies, and modify CI script to include additional mac architecture options
cd9a65d Ivan 2026-06-17 02:45:08 - 2 months ago
chore(dependencies): update Vite to version 8.0.16, upgrade cryptography to version 48.0.1 in various configuration files, and adjust related package versions in lock files
8aa91b9 Ivan 2026-06-17 02:36:32 - 2 months ago
fix(tests): update memory mock values in tests for accurate evaluation and adjust assertions for boolean checks
ec72c62 Ivan 2026-06-17 02:35:03 - 2 months ago
chore(flatpak): update appId in package.json, add Wayland support and zypak module, and adjust build scripts for flatpak
34b8290 Ivan 2026-06-17 02:19:09 - 2 months ago
chore(cleanup): remove legacy Electron Forge configurations and scripts, update .gitignore, and adjust CI workflows for electron-builder
a1e3799 Ivan 2026-06-17 02:07:52 - 2 months ago
feat(pathfinding): update pathfinding UI and logic in Conversation components, adding loading states and improved snapshot handling
283e83c Ivan 2026-06-17 01:56:16 - 2 months ago
chore(changelog): update CHANGELOG for version 4.7.0
f952ced Ivan 2026-06-17 01:50:38 - 2 months ago
feat(interface): update BackboneInterface handling to display public relay or IFAC tunnel based on conditions, and add corresponding tests
0eb8274 Ivan 2026-06-17 01:50:31 - 2 months ago
feat(api): add new POST endpoint for querying announces and DELETE endpoint for managing path table in maintenance
ca05f4d Ivan 2026-06-17 01:50:26 - 2 months ago
feat(pathfinder): add pathfinding functionality to the frontend and backend, including quick, force, and drop requests, along with a new API endpoint for clearing the path table
b7fa09d Ivan 2026-06-17 01:50:16 - 2 months ago
feat(nomadnetwork): improve tab management with existing tab focus and new tab creation options
7f83b1c Ivan 2026-06-17 01:50:01 - 2 months ago
feat(maintenance): add API endpoint and frontend functionality to clear path table, including localization support
88193cc Ivan 2026-06-14 20:42:07 - 2 months ago
feat(crash-reporting): implement backend crash reporting and diagnostics, including memory checks and better logging
4b6850f Ivan 2026-06-14 20:16:39 - 2 months ago
chore(prettier): add 'packaging/' to .prettierignore and update THIRD_PARTY_NOTICES.txt timestamp
b899928 Ivan 2026-06-14 20:16:23 - 2 months ago
feat(announces): implement bulk query endpoint for fetching announces and optimize data retrieval in Network Visualiser
9cd0e66 Ivan 2026-06-13 07:01:46 - 2 months ago
fix(database): correct snapshot name handling to include .zip extension and update download functionality in frontend
e923aaf Ivan 2026-06-13 05:43:00 - 2 months ago
feat(ci): update GitHub release script to exclude specific asset paths and improve notes generation
9acee00 Ivan 2026-06-13 03:46:31 - 2 months ago
feat(database): initialize storage directory and identity file path in test setup
72da9fd Ivan 2026-06-13 03:45:38 - 2 months ago
chore(build): update PKGBUILD to use Python virtual environment and modify dependencies
3db8ee6 Ivan 2026-06-13 03:10:33 - 2 months ago
chore(LXMF): update LXMF address across documentation and codebase
c532416 Ivan 2026-06-13 03:10:06 - 2 months ago
feat(backup): update backup and restore functionality to include identity, RRC hubs, and history files
c9c533f Ivan 2026-06-13 03:09:50 - 2 months ago
feat(locales): update file drop hints and add support for MBTiles in multiple languages
df60c65 Ivan 2026-06-13 03:09:08 - 2 months ago
feat(map): update map file handling and improve tile provider logic
46dffba Ivan 2026-06-13 03:08:36 - 2 months ago
feat(database): update backup functionality with identity storage and manifest creation
c3cf702 Ivan 2026-06-13 03:07:37 - 2 months ago
style(meshchat): reformat import statements for better readability
c4c1c48 Ivan 2026-06-13 03:03:31 - 2 months ago
feat(rnstatus): add speed_str function for bitrate formatting
509c9d7 Ivan 2026-06-13 03:03:20 - 2 months ago
fix(storage): update storage path references and improve identity file handling
273e503 Ivan 2026-06-13 03:03:01 - 2 months ago
feat(pages): ensure directories are created before adding pages and files
6dc27fc Ivan 2026-06-13 03:02:39 - 2 months ago
chore(dependencies): update various package versions and licenses in THIRD_PARTY_NOTICES.txt and licenses_frontend.json
30cd88a Ivan 2026-06-13 03:02:32 - 2 months ago
chore(dependencies): upgrade Electron to version 42.4.0 and update related lockfile entries
832d259 Ivan 2026-06-08 15:21:36 - 2 months ago
style(identities): cleanup
5a9a47a Ivan 2026-06-08 15:17:08 - 2 months ago
feat(identities): improve IdentitiesPage layout and update translations
ad35cc8 Ivan 2026-06-08 15:06:01 - 2 months ago
feat(messages): improve file attachment handling and add outbound transfer progress features
59d0d3b Ivan 2026-06-08 14:49:21 - 2 months ago
fix(docs): format
284eb33 Ivan 2026-06-08 14:49:10 - 2 months ago
feat(locales): add Finnish language support and update existing translations with transfer progress features across multiple languages
0a15fa4 Ivan 2026-06-08 14:44:20 - 2 months ago
feat(docs): add MeshChatX installation guide for Meta Quest headsets and include setup requirements
7664511 Ivan 2026-06-08 08:05:50 - 2 months ago
chore(dependencies): update lxst version to 0.4.7 in pyproject.toml, requirements.txt, and uv.lock
7bafa41 Ivan 2026-06-07 03:58:26 - 2 months ago
fix(tests): add hexhash to mock instance in telephone stub and adjust import statements for clarity
0df55bd Ivan 2026-06-07 03:25:32 - 2 months ago
feat(electron): add patch script for electron-installer-common to improve glob handling
3dc7db5 Ivan 2026-06-07 00:51:03 - 2 months ago
fix(package): update file patterns in package.json to include all files in the electron directory
f97bdff Ivan 2026-06-07 00:42:40 - 2 months ago
chore(dependencies): update pnpm lockfile and workspace overrides to use strip-ansi version 6.0.1 and ansi-regex version 5.0.1; adjust debug and http-cache-semantics versions in various dependencies
586cb97 Ivan 2026-06-07 00:20:11 - 2 months ago
chore(dependencies): update pnpm lockfile and workspace overrides for various packages, including ajv, lodash, and webpack; bump aiohttp version to 3.14.0 in Python dependencies
79fe302 Ivan 2026-06-06 18:04:02 - 2 months ago
Merge branch 'dev'
c9c78ac Ivan 2026-06-06 18:02:52 - 2 months ago
feat(rnsh): add session resizing API and improve terminal session management with config directory support
b3960cc Ivan 2026-06-06 05:44:08 - 2 months ago
feat(database): update SQLite connection configuration with busy timeout and WAL mode, improving concurrency handling
db40ee7 Ivan 2026-06-06 05:02:39 - 2 months ago
feat(icon): refactor MaterialDesignIcon and related components to utilize centralized icon resolution logic, improving consistency and maintainability
f5531cc Ivan 2026-06-06 04:35:13 - 2 months ago
feat(messages): update message import functionality with file upload support and improved error handling
85301cb Ivan 2026-06-06 04:28:45 - 2 months ago
feat(database): implement multipart file upload for database restoration and update UI for restore functionality
768b4bd Ivan 2026-06-06 03:15:57 - 2 months ago
fix(tests): update assertion count for message state updates in failure handling test
7eea421 Ivan 2026-06-06 01:30:56 - 2 months ago
feat(android): refactor RNode interface handling and add support for Android storage management
d3dfa64 Ivan 2026-06-03 15:07:54 - 2 months ago
feat(android): implement AndroidStorageManager for handling internal and external storage, including migration and setup options
66064ca Ivan 2026-06-03 14:44:17 - 2 months ago
fix(relay): update UI layout and overflow handling in RelayChatPage component
dff7dc4 Ivan 2026-06-03 14:44:09 - 2 months ago
feat(app): add relay chat button with unread message count display
f882884 Ivan 2026-06-03 14:44:00 - 2 months ago
feat(locales): add RRC chat feature translations for multiple languages
7dc596d Ivan 2026-06-03 14:43:52 - 2 months ago
chore(dependencies): add pyserial version 3.5 or higher to project dependencies
2f5474a Ivan 2026-06-03 14:43:32 - 2 months ago
feat(ci): add Rust x86_64-apple-darwin target installation for macOS builds
cacd1f6 Ivan 2026-06-02 16:26:58 - 2 months ago
feat(android): add cbor2 version 5.6.5 support and update wheel verification process
da18029 Ivan 2026-06-02 16:20:06 - 2 months ago
feat(relay): implement member moderation features and update UI with keep-alive support for routing
c206569 Ivan 2026-06-02 16:19:31 - 2 months ago
feat(android): add verification for aiohttp vendor wheels in build process
801cec5 Ivan 2026-06-02 15:32:57 - 2 months ago
feat(panes, tabs, rrc, rnsh tool) add new features, tests and UI updates.
73845d9 Ivan 2026-06-02 14:36:43 - 2 months ago
chore(dependencies): add cbor2 version 6.1.1 to project dependencies
ef4c2ae Ivan 2026-06-02 14:07:45 - 2 months ago
refactor(rngit): remove RNGit explorer tool
65abc3f Ivan 2026-06-02 14:07:12 - 2 months ago
feat(sticker-utils): add bounded gzip decompression to prevent unbounded memory allocation
97d25a2 Ivan 2026-06-01 15:17:15 - 2 months ago
feat(lxmf): update message handling with solving stamps and update UI tooltips for better user feedback
61ba0f7 Ivan 2026-06-01 15:16:33 - 2 months ago
chore(version) update to v4.7.0
f1900dd Ivan 2026-06-01 15:14:54 - 2 months ago
chore(dependencies): update lxmf to 1.0.1 and rns to version 1.3.5
633cdd9 Ivan 2026-06-01 15:13:43 - 2 months ago
chore(changelog): update version to 4.7.0 and mark as upcoming
ff624bc Ivan 2026-05-30 21:24:11 - 2 months ago
fix(meshchat): update public key loading logic to support both 64-byte and 128-byte keys; update identity recall method for consistency
e741859 Ivan 2026-05-30 21:02:56 - 2 months ago
feat(repack-android-wheels): implement RECORD regeneration for pycodec2 wheels to ensure installability
4d7cae4 Ivan 2026-05-30 21:02:41 - 2 months ago
fix(build-android-wheels): pin cffi version to 1.15.1 in METADATA for consistent dependency management
b4e3e26 Ivan 2026-05-30 20:05:09 - 2 months ago
refactor(ping-page): remove eyebrow text from PingPage component and enhance ToolsPageHeader with back navigation link
72809ef Ivan 2026-05-30 19:44:26 - 2 months ago
feat(codec2): integrate Codec2 native library support in Android builds and workflows
2eba734 Ivan 2026-05-30 19:31:11 - 2 months ago
feat(micron-editor): update
24055d8 Ivan 2026-05-30 19:30:57 - 2 months ago
refactor(interface-discovery): streamline interface allowlist and blacklist handling by sanitizing patterns before matching
664a4cb Ivan 2026-05-30 19:30:47 - 2 months ago
chore(dependencies): update UV_VERSION to 0.11.15 in CI scripts
d040898 Ivan 2026-05-30 19:30:42 - 2 months ago
feat(locales): add backend management messages and MTU hints in multiple languages
c933240 Ivan 2026-05-30 19:30:32 - 2 months ago
chore(dependencies): update UV_VERSION to 0.11.15 in README files
424750c Ivan 2026-05-30 19:30:21 - 2 months ago
chore(dependencies): update UV_VERSION to 0.11.15 across workflow files
4d772ba Ivan 2026-05-30 18:52:11 - 2 months ago
chore(dependencies): update
390e25e Ivan 2026-05-30 18:48:35 - 2 months ago
feat(electron): implement backend process management and recovery features
b3303e1 Ivan 2026-05-30 18:46:43 - 2 months ago
feat(ci): add Node.js version verification step to custom setup-node-pnpm action
32610c4 Ivan 2026-05-30 18:45:14 - 2 months ago
chore(dependencies): update lxmf to version 1.0.0 and rns to version 1.3.4 in project configuration files
34637ba Ivan 2026-05-30 18:44:32 - 2 months ago
feat(interface): enforce minimum MTU validation for TCPClientInterface and add corresponding tests
e538551 Ivan 2026-05-27 19:21:02 - 2 months ago
chore(dependencies): add override for @electron/get to version 3.1.0 in pnpm-lock.yaml
39ed5fd Ivan 2026-05-27 19:07:56 - 2 months ago
chore(dependencies): update @electron/get to version 3.1.0 and adjust patching logic in electron-builder file system script
bd0eef6 Ivan 2026-05-27 00:57:29 - 2 months ago
feat(electron): update post-install script to include patching for electron-builder file system constants
251df14 Ivan 2026-05-27 00:57:15 - 2 months ago
feat(meshchat): add optional storage lock bypass and filter discovered interfaces in response
0454f22 Ivan 2026-05-26 23:32:10 - 2 months ago
feat(meshchat): implement storage locking and improve database restore process with relaunch capability
73e4d4c Ivan 2026-05-26 21:38:06 - 2 months ago
chore(dependencies): update ansi-regex and y18n versions in pnpm-lock.yaml and pnpm-workspace.yaml
Page 1 | Older »
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────